田源
2023-09-01 d1fae033c247f26d4e3676015a65bd2dc137f474
Source/UBCS-WEB/src/views/docking/infoForm.vue
@@ -203,7 +203,6 @@
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button type="primary" @click="submitAttribute">确定</el-button>
        <el-button @click="cancelSubmit">取消</el-button>
      </div>
    </el-dialog>
@@ -394,7 +393,7 @@
  watch:{
    formData: {
      handler(newval, oldval) {
        console.log(newval)
        // console.log(newval)
        if (newval && newval.type === 'edit') {
          if (this.formData.dataFlowType == 'accept') {
            this.pushTypeList = [
@@ -559,7 +558,7 @@
          })
          const apiCall = that.formData.type == 'edit' ? edit : add;
          const Message = that.formData.type == 'edit' ? "修改成功" : "保存成功";
          console.log( that.formData)
          // console.log( that.formData)
          apiCall(that.formData).then(res => {
            that.$message.success(Message);
            that.showSubmitDialog = false;