This commit is contained in:
bb_pan 2025-03-31 16:32:43 +08:00
parent 8185e71825
commit 0bb1823d79
2 changed files with 2 additions and 2 deletions

View File

@ -866,7 +866,7 @@ export default {
//
async GetViewByApply(params) {
const res = await getBackApplyInfo(this.rowId)
if (res.msg) {
if (res.msg && res.msg != '操作成功') {
this.$message.warning(res.msg)
}
console.log(res)

View File

@ -645,7 +645,7 @@ export default {
//
async GetViewByApply(params) {
const res = await getBackApplyInfo(this.rowId)
if (res.msg) {
if (res.msg && res.msg != '操作成功') {
this.$message.warning(res.msg)
}
console.log(res)