|
@@ -100,18 +100,11 @@ export default {
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
...transactions({ transactionList: 'query', transactiondtetle: 'delete', shenheupdate: 'update' }),
|
|
|
-
|
|
|
- async submit(item) {
|
|
|
- console.log(item);
|
|
|
- this.show = true;
|
|
|
- this.$set(this, `newform`, item);
|
|
|
- item.status = '2';
|
|
|
- console.log(item);
|
|
|
- let res = await this.shenheupdate(item);
|
|
|
+ submit(data) {
|
|
|
+ console.log(data);
|
|
|
},
|
|
|
-
|
|
|
onSubmit() {
|
|
|
- console.log(this.newform);
|
|
|
+ console.log('同意');
|
|
|
},
|
|
|
},
|
|
|
mounted() {
|