确定按钮 提交

main
weitingdong 11 months ago
parent 4933104760
commit c530206941
  1. 2
      src/views/leger/equipmentledgerDetail.vue
  2. 2
      src/views/leger/toolinventoryrecordDetail.vue

@ -674,7 +674,7 @@
}, },
methods: { methods: {
handleFormSubmit() { handleFormSubmit() {
this.$refs.form.validate((valid, done, msg) => { this.$refs.tab1_form.validate((valid, done, msg) => {
if (valid) { if (valid) {
done() done()
this.Submit(); this.Submit();

@ -510,7 +510,7 @@ export default {
}, },
methods: { methods: {
handleFormSubmit() { handleFormSubmit() {
this.$refs.form.validate((valid, done, msg) => { this.$refs.tab1_form.validate((valid, done, msg) => {
if (valid) { if (valid) {
done() done()
this.Submit(); this.Submit();

Loading…
Cancel
Save