zuozhengqing
2023-12-14 f56ee2a5f95b4128b8232bdee6411fe8f1e6341e
采购管理修改id大小写
1个文件已修改
4 ■■■■ 已修改文件
src/views/purchaseManage/purchase/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/purchaseManage/purchase/index.vue
@@ -256,7 +256,7 @@
      this.editConfig.detailEnter=false
      this.editConfig.isDisabled=false
      this.tableLoading = true
      getPurchaseInfo({ id: row.ID }).then((res) => {
      getPurchaseInfo({ id: row.id }).then((res) => {
        if (res.code == 200) {
          this.tableLoading = false
          this.editConfig.visible = true
@@ -355,7 +355,7 @@
      this.editConfig.detailEnter=true
      this.editConfig.isDisabled=true
      this.tableLoading = true
      getPurchaseInfo({ id: row.ID }).then((res) => {
      getPurchaseInfo({ id: row.id }).then((res) => {
        if (res.code == 200) {
          this.tableLoading = false
          this.editConfig.visible = true