tumobi/nideshop-admin

编辑分类和添加分类页面同一段代码,前者会提交全部字段, 后者只提交部分

nicholaslai opened this issue · 0 comments

如题, 请问这是什么原因呢?

onSubmitInfo() {
this.$refs['infoForm'].validate((valid) => {
if (valid) {
this.axios.post('category/store', this.infoForm).then((response) => {
...
...