xiangpei
2024-03-18 987027d23b3a1b5935d36de691a19749b4778432
src/views/system/contract/index.vue
@@ -380,7 +380,7 @@
    handleAdd() {
      this.reset();
      this.open = true;
      this.title = "添加【请填写功能名称】";
      this.title = "添加合同";
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -389,7 +389,7 @@
      getContract(id).then(response => {
        this.form = response.data;
        this.open = true;
        this.title = "修改【请填写功能名称】";
        this.title = "修改合同";
      });
    },
    /** 提交按钮 */