main
Dayu 11 months ago
parent 99e5580105
commit aff7a46da7
  1. 2
      src/views/inspection/inspectiontasksDetail.vue

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

Loading…
Cancel
Save