|
@@ -2319,7 +2319,7 @@ export default {
|
|
|
const { cat_id } = this.ruleForm;
|
|
|
let id = cat_id.length == 1 ? cat_id[0] : "";
|
|
|
if (id) {
|
|
|
- const { code, message, data } = await asyncRequest.catinfo({ id: id });
|
|
|
+ const { code, message, data } = await asyncRequest.catinfo({ id });
|
|
|
|
|
|
this.ruleForm.after_sales = data.cat_desc;
|
|
|
this.$refs.ruleForm && this.$refs.ruleForm.validateField("after_sales");
|