Compare commits
2 Commits
db8f007ca8
...
8f14259db7
Author | SHA1 | Date | |
---|---|---|---|
|
8f14259db7 | ||
|
2c79bd847f |
@ -81,7 +81,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.initPictureShow();
|
this.initPictureShow();
|
||||||
}
|
}
|
||||||
} else if (!this.terminalList.length) {
|
} else {
|
||||||
this.initTerminalList([]);
|
this.initTerminalList([]);
|
||||||
if (this.$route.query.client && !this.nowTerminal.id) {
|
if (this.$route.query.client && !this.nowTerminal.id) {
|
||||||
this.changeQueryClient();
|
this.changeQueryClient();
|
||||||
|
@ -147,7 +147,7 @@ export default {
|
|||||||
topicNum: formData.topicNum,
|
topicNum: formData.topicNum,
|
||||||
tags: [formData.tags],
|
tags: [formData.tags],
|
||||||
subTypeParam: {
|
subTypeParam: {
|
||||||
client: formData.trainingClient
|
client: formData.trainingClient || null
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (formData.subtype === 5 && formData.sceneInfo && formData.sceneInfo.length) {
|
if (formData.subtype === 5 && formData.sceneInfo && formData.sceneInfo.length) {
|
||||||
|
Loading…
Reference in New Issue
Block a user