diff --git a/src/resources/plugins/TsSheet/form-edit.vue b/src/resources/plugins/TsSheet/form-edit.vue index 995c85c9339b1bdf20c957845f47170b578ab687..848515a6578947cd74bf4c0e4c6455cdee21554f 100644 --- a/src/resources/plugins/TsSheet/form-edit.vue +++ b/src/resources/plugins/TsSheet/form-edit.vue @@ -651,12 +651,14 @@ export default { if (!this.currentVersion.uuid || this.isnew) { //缺少版本uuid或者新建过来的,不带任何数据 this.currentFormItem = null; - this.$set(this.formData, 'formConfig', {}); + const formConfig = {}; + this.$set(this.formData, 'formConfig', formConfig); this.formDataQueue = [{ ...this.formData, label: this.formData.name }]; this.isFormLoaded = true; + this.$addWatchData(formConfig); return false; } let data = {