This commit is contained in:
bb_pan 2025-03-31 16:13:56 +08:00
parent b264c3d060
commit 8185e71825
1 changed files with 3 additions and 0 deletions

View File

@ -645,6 +645,9 @@ export default {
//
async GetViewByApply(params) {
const res = await getBackApplyInfo(this.rowId)
if (res.msg) {
this.$message.warning(res.msg)
}
console.log(res)
const data = res.data
console.log(data)