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'),