ludc
2023-07-07 2719424e8639a508f716dca2aaa05c340778dff1
Source/UBCS-WEB/src/components/Tree/classifyTrees.vue
@@ -72,28 +72,29 @@
              ></el-input>
            </el-form-item>
            <el-form-item label="编码规则:" label-width="150px">
              <el-input
                v-model="TreeAddform.coderuleoidName"
                autocomplete="off"
                style="width: 585px"
                @focus="CodeFoucus"
              ></el-input>
              <el-input
              v-model="TreeAddform.coderuleoidName"
              readonly
              autocomplete="off"
              style="width: 585px"
              @focus="CodeFoucus">
            </el-input>
            </el-form-item>
            <el-form-item label="关键属性查询规则:" label-width="150px">
              <el-input
                v-model="TreeAddform.codekeyattrrepeatoidName"
                autocomplete="off"
                @focus="Keyfouce"
                style="width: 585px"
              ></el-input>
              <el-input
              v-model="TreeAddform.codekeyattrrepeatoidName"
              readonly
              autocomplete="off"
              @focus="Keyfouce"
              style="width: 585px">
            </el-input>
            </el-form-item>
            <el-form-item label="相似查询规则:" label-width="150px">
              <el-input
                v-model="TreeAddform.codeResembleRuleOidName"
                autocomplete="off"
                @focus="simFouce"
                style="width: 585px"
              ></el-input>
              <el-input v-model="TreeAddform.codeResembleRuleOidName"
               autocomplete="off"
               readonly
               @focus="simFouce"
               style="width: 585px"></el-input>
            </el-form-item>
          </el-form>
          <div slot="footer" class="dialog-footer">
@@ -882,19 +883,6 @@
          },
        ],
      },
      //模拟表单假数据
      Treeform: [
        {
          name: "测试1",
          sex: "男",
          value: 0,
        },
        {
          name: "测试2",
          sex: "女",
          value: 1,
        },
      ],
      //传递给子组件动态渲染的数据
      TreeList: {},
      codeClassifyOid: "",
@@ -1183,7 +1171,7 @@
    TreeAddHandler() {
      const data = this.TreeAddform;
      this.$set(data, "parentCodeClassifyOid", this.nodeClickList.oid);
      console.log("data", data);
      // console.log("data", data);
      TreeSave(data)
        .then(() => {
          this.$message({