|
@@ -372,7 +372,9 @@ watch(
|
|
target: currentData.name,
|
|
target: currentData.name,
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
|
|
+ !preData.value ||
|
|
preData.value.includes('未通过') ||
|
|
preData.value.includes('未通过') ||
|
|
|
|
+ !currentData.value ||
|
|
currentData.value.includes('未通过')
|
|
currentData.value.includes('未通过')
|
|
) {
|
|
) {
|
|
Object.assign(link, {
|
|
Object.assign(link, {
|