df6ea5a2 by zhangmeng

旅游

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