df6ea5a2 by zhangmeng

旅游

1 parent 24c59e8d
......@@ -998,7 +998,7 @@ function submitSJ() {
cancelButtonText: language.value == 0 ? '取消' : 'Cancel',
type: 'warning'
}).then(() => {
form.value.receiptFlag = '0'
form.value.receiptFlag = '1'
showSJ()
})
}
......
......@@ -756,7 +756,7 @@ function submitSJ() {
cancelButtonText: language.value == 0 ? '取消' : 'Cancel',
type: 'warning'
}).then(() => {
form.value.receiptFlag = '0'
form.value.receiptFlag = '1'
showSJ()
})
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!