Browse Source

20240923

java8
qiezi 1 year ago
parent
commit
576fd2b69b
  1. 1
      src/views/modules/property/available.vue

1
src/views/modules/property/available.vue

@ -367,6 +367,7 @@ export default {
this.saveForm = {...this.templateItem} this.saveForm = {...this.templateItem}
this.saveForm.valueChooseFlag = 'N'; this.saveForm.valueChooseFlag = 'N';
this.saveForm.valueType = '文本'; this.saveForm.valueType = '文本';
this.saveForm.valueTypeDb = 'T';
if (this.queryForm.itemType){ if (this.queryForm.itemType){
this.saveForm.itemType = this.queryForm.itemType; this.saveForm.itemType = this.queryForm.itemType;
} }

Loading…
Cancel
Save