diff --git a/src/views/modules/property/available.vue b/src/views/modules/property/available.vue index 83826af..ca32697 100644 --- a/src/views/modules/property/available.vue +++ b/src/views/modules/property/available.vue @@ -367,6 +367,7 @@ export default { this.saveForm = {...this.templateItem} this.saveForm.valueChooseFlag = 'N'; this.saveForm.valueType = '文本'; + this.saveForm.valueTypeDb = 'T'; if (this.queryForm.itemType){ this.saveForm.itemType = this.queryForm.itemType; }