The structure is shown below:

<el-dialog>
  <el-form>
   <el-form-item>
        <treeselect/>   //this section is to show
   <el-form-item>
  </el-form>
</el-dialog>

I hope that whether it is the first time or the first few times I enter the dialog box, I can directly see the rendered result tag value.I just started to learn vue, so I don't know how to find the corresponding answer.I'm not sure if the reason for the treeselect or the reason for the dialog or the backend code to return the data, which is not very much.

0

There are 0 best solutions below