zhaowei
2025-07-08 ab7007a57d36f2a9cb2f419195e5728349c73497
src/views/eam/base/EamMaintenanceStandardList.vue
@@ -353,7 +353,7 @@
          content: '是否删除选中数据,只有待提交状态的数据才可删除成功?',
          onOk: function() {
            that.loading = true
            getAction(that.url.deleteBatch, { ids })
            deleteAction(that.url.deleteBatch, { ids })
              .then((res) => {
                if (res.success) {
                  that.$notification.success({