BUG 29197
This commit is contained in:
@@ -86,7 +86,10 @@ export default {
|
|||||||
submit() {
|
submit() {
|
||||||
this.$refs.DialogForm.validate(v => {
|
this.$refs.DialogForm.validate(v => {
|
||||||
if (v) {
|
if (v) {
|
||||||
this.instance.post("/app/apppartyfourlinkage/auditById", this.form).then(res => {
|
let {id, status, remark} = this.form
|
||||||
|
this.instance.post("/app/apppartyfourlinkage/auditById", null, {
|
||||||
|
params: {id, status, remark}
|
||||||
|
}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.$message.success("提交成功!")
|
this.$message.success("提交成功!")
|
||||||
this.dialog = false
|
this.dialog = false
|
||||||
|
|||||||
Reference in New Issue
Block a user