ZZJ
2021-12-08 7bc79fac493ee54b0ba8650f3a40632378d81070
src/pages/library/components/addBase.vue
@@ -277,8 +277,6 @@
        // id为空,新增底库
        this.$refs[formName].validate(async (valid) => {
          if (valid) {
            // const { ...json } = this.form
            // console.log('新增参数', json)
            addBase({
              tableName: this.form.tableName,
              startTime: this.$moment(this.form.startTime).format('YYYY-MM-DD 00:00:00'),