Compare commits
No commits in common. "8f14259db7d6a73c2ff756827be6d9114515347d" and "db8f007ca887bea8b1305b6ba5cb7080c40b8b79" have entirely different histories.
8f14259db7
...
db8f007ca8
@ -81,7 +81,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.initPictureShow();
|
this.initPictureShow();
|
||||||
}
|
}
|
||||||
} else {
|
} else if (!this.terminalList.length) {
|
||||||
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 || null
|
client: formData.trainingClient
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
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