内容发布
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item prop="categoryId" label="分类" :rules="[{required: true, message: '请选择分类', trigger: 'change'}]">
|
||||
<el-form-item prop="categoryId" label="分类">
|
||||
<el-select style="width: 100%;" v-model="form.categoryId" size="small" placeholder="请选择分类">
|
||||
<el-option
|
||||
v-for="item in cateList"
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
|
||||
methods: {
|
||||
getList() {
|
||||
console.log(this.moduleId)
|
||||
this.instance.post(`/app/appcontentinfo/list`, null, {
|
||||
params: {
|
||||
moduleId: this.moduleId,
|
||||
|
||||
Reference in New Issue
Block a user