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