jiangping
2024-01-31 5786039708d4115e055c7c6be5e535817a903ab3
开发业务接口
已修改1个文件
3 ■■■■ 文件已修改
company/src/components/business/OperaSettleClaimsWindow.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/src/components/business/OperaSettleClaimsWindow.vue
@@ -436,8 +436,7 @@
            this.$dialog.messageConfirm('确认删除该附件吗,一旦删除无法撤回?')
                .then(() => {
                  // this.isWorking = true
                  delFile({id})
                      .then(response => {
                  delFile(this.model.id,id).then(response => {
                        that.getDetail()
                      }).catch(err => {
                    this.$tip.apiFailed(err)