Explorar o código

修改集港优化问题

caojunjie %!s(int64=4) %!d(string=hai) anos
pai
achega
b75e3dd9aa
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/jiGang/index.vue

+ 4 - 0
src/views/jiGang/index.vue

@@ -773,6 +773,10 @@ export default {
     handleDelete(row) {
       singleDeletion(row.fId).then(res => {
         console.log(res)
+        if (res.code === 200){
+          this.$message.success(res.msg);
+          this.getList()
+        }
       })
     },
     handleAdd() {