-
zhangwei
2024-09-12 f7aa204aa8d20b090d7943969ddeb9871a1fad76
src/pages/company/index.vue
@@ -153,10 +153,11 @@
               obj.workCount = item.workCount
            }
            item.isLoading = true
            console.log(item.isShenPiName,'item.isShenPiName’');
            this.$api.saveDakaDetailCompany(obj).then(res => {
               if (res.code == 1) {
                  this.$util.showToast({
                     title: '确认成功!',
                     title: item.isShenPiName=='已结算'?'修改成功!':'确认成功!',
                     icon: 'success'
                  })
                  this.PostMyComDakaListPage();