Merge branch 'lx-test' of gitee.com:cabbage_qd/web-base-admin into lx-online
This commit is contained in:
commit
d611232d52
|
@ -1420,7 +1420,7 @@ export default {
|
||||||
})
|
})
|
||||||
|
|
||||||
this.$store.commit('settings/GGMX_SETTING', [])
|
this.$store.commit('settings/GGMX_SETTING', [])
|
||||||
this.form.cover = this.form.cover1
|
this.form.cover = this.form.cover || this.form.cover1
|
||||||
urlRequir(this.form).then((res) => {
|
urlRequir(this.form).then((res) => {
|
||||||
loading.close()
|
loading.close()
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
|
|
|
@ -1251,7 +1251,7 @@ export default {
|
||||||
background: 'rgba(0, 0, 0, 0.7)'
|
background: 'rgba(0, 0, 0, 0.7)'
|
||||||
})
|
})
|
||||||
this.$store.commit('settings/GGMX_SETTING', [])
|
this.$store.commit('settings/GGMX_SETTING', [])
|
||||||
this.form.cover = this.form.cover1
|
this.form.cover = this.form.cover || this.form.cover1
|
||||||
api.waresSave(this.form).then((res) => {
|
api.waresSave(this.form).then((res) => {
|
||||||
loading.close()
|
loading.close()
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
|
|
Loading…
Reference in New Issue