fix 78429

This commit is contained in:
赵霄
2024-02-02 11:52:47 +08:00
parent 9b7779feb6
commit f3712a9205
+1 -1
View File
@@ -730,7 +730,7 @@ export function queryStandardInfoByStandardNumber (standardNumber) {
result = res.result
} else {
// 提示未找到对应标准
Vue.prototype.$message.warning('未找到对应标准信息')
Vue.prototype.$message.warning('该标准未入库,无法跳转')
}
}).finally(() => {
resolve(result)