|
@@ -670,6 +670,7 @@ export default {
|
|
|
async getCategoriesList () {
|
|
|
let res = await this.$store.dispatch('optiontypeselect','categories')
|
|
|
this.categoriesList= res.data
|
|
|
+ this.form.categories = this.categoriesList.length > 0?this.categoriesList[0].remarks:''
|
|
|
},
|
|
|
hasDisabledTag (item) {
|
|
|
let arr = []
|