bug--素材分组查询问题

This commit is contained in:
taochengbo
2020-11-21 23:48:45 +08:00
parent 6d222cf1cb
commit 588e6249f3
3 changed files with 16 additions and 17 deletions

View File

@ -260,10 +260,10 @@ export default {
this.materialgroupLoading = true this.materialgroupLoading = true
materialgroupPage({ materialgroupPage({
total: 0, // 总页数 total: 0, // 总页数
currentPage: 1, // 当前页数 page: 1, // 当前页数
pageSize: 100, // 每页显示多少条 size: 100, // 每页显示多少条
ascs: [], // 升序字段 ascs: [], // 升序字段
descs: 'create_time'// 降序字段 sort: 'create_time,desc'// 降序字段
}).then(response => { }).then(response => {
this.materialgroupLoading = false this.materialgroupLoading = false
const materialgroupList = response.content const materialgroupList = response.content
@ -466,7 +466,6 @@ export default {
this.urls.forEach(item => { this.urls.forEach(item => {
str += '<img src="' + item + '">' str += '<img src="' + item + '">'
// this.$set(this.value, this.value.length, item) // this.$set(this.value, this.value.length, item)
}) })
nowEditor.dialog.close(true) nowEditor.dialog.close(true)
nowEditor.editor.setContent(str, true) nowEditor.editor.setContent(str, true)

View File

@ -256,10 +256,10 @@ export default {
this.materialgroupLoading = true this.materialgroupLoading = true
materialgroupPage({ materialgroupPage({
total: 0, // 总页数 total: 0, // 总页数
currentPage: 1, // 当前页数 page: 1, // 当前页数
pageSize: 100, // 每页显示多少条 size: 100, // 每页显示多少条
ascs: [], // 升序字段 ascs: [], // 升序字段
descs: 'create_time'// 降序字段 sort: 'create_time,desc'// 降序字段
}).then(response => { }).then(response => {
this.materialgroupLoading = false this.materialgroupLoading = false
const materialgroupList = response.content const materialgroupList = response.content

View File

@ -252,10 +252,10 @@ export default {
this.materialgroupLoading = true this.materialgroupLoading = true
materialgroupPage({ materialgroupPage({
total: 0, // 总页数 total: 0, // 总页数
currentPage: 1, // 当前页数 page: 1, // 当前页数
pageSize: 100, // 每页显示多少条 size: 100, // 每页显示多少条
ascs: [], // 升序字段 ascs: [], // 升序字段
descs: 'create_time'// 降序字段 sort: 'create_time,desc'// 降序字段
}).then(response => { }).then(response => {
this.materialgroupLoading = false this.materialgroupLoading = false
const materialgroupList = response.content const materialgroupList = response.content