flat:1223
This commit is contained in:
@@ -163,8 +163,8 @@ export default {
|
||||
headers: [],
|
||||
data: [],
|
||||
propsHttp: {
|
||||
res: "data",
|
||||
url: "link",
|
||||
// res: "data",
|
||||
url: "msg",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
|
||||
@@ -168,8 +168,7 @@
|
||||
headers: [],
|
||||
data: [],
|
||||
propsHttp: {
|
||||
res: "data",
|
||||
url: "link",
|
||||
url: "msg",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
|
||||
@@ -511,13 +511,13 @@ export default {
|
||||
}
|
||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||
} else if(action === 'confirm') {
|
||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
||||
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||
} else {
|
||||
done()
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
)git
|
||||
}
|
||||
},
|
||||
handelFetchAuditing(idList, reviewState, msg, message) {
|
||||
|
||||
@@ -470,7 +470,7 @@ export default {
|
||||
}
|
||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||
} else if (action === 'confirm') {
|
||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
||||
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||
} else {
|
||||
done()
|
||||
}
|
||||
|
||||
@@ -523,7 +523,7 @@ export default {
|
||||
}
|
||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||
} else if(action === 'confirm') {
|
||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
||||
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||
} else {
|
||||
done()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user