Commit 51627f1e by chenqiang

相关案件、添加案件界面

parent 1b568035
......@@ -205,19 +205,6 @@ export default {
},
newValue(val) {
// if (val != '') {
// let value = this.queryTree(this.curItem.codeOptions, val)[0];
// this.codeTreeConfig.fieldItem = [];
// this.$set(
// this.curFormData,
// this.curItem.id,
// value == undefined ? '' : val
// );
// this.codeTreeConfig.fieldItem.push({
// id: val,
// label: value == undefined ? '' : value
// })
// }
if (val != '') {
let value = this.queryTree(this.curItem.codeOptions, val)[0];
this.codeTreeConfig.fieldItem = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment