Эх сурвалжийг харах

管道节点管理表单提交报错处理

lph 1 жил өмнө
parent
commit
950055ff4a

+ 1 - 1
zkqy-ui/src/views/bpmprocess/scriptManage.vue

@@ -533,7 +533,7 @@ export default {
       // console.log(this.monacoEditor?.getValue());
       this.$refs["form"].validate((valid) => {
         if (valid) {
-          this.form.tableName = this.form.tableName.join(",");
+          this.form.tableName = this.form.tableName?.join(",");
           if (this.form.id != null) {
             updateScript(this.form).then((response) => {
               this.$modal.msgSuccess("修改成功");