Explorar el Código

服务工单,工单服务商品新增添加商品和删除功能

qymljy hace 2 meses
padre
commit
27a928e4ea
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/HDrpManagement/serveWorkBill/modules/items/index.vue

+ 2 - 0
src/HDrpManagement/serveWorkBill/modules/items/index.vue

@@ -141,6 +141,8 @@ export default {
       if (res.code == 0){
         this.tool.showMessage(res,()=>{})
       }else {
+        this.nowRow = -1
+        this.isEdit = false
         this.param.content.pageNumber = 1
         this.listData()
       }