This commit is contained in:
Saifeddine ALOUI 2023-12-22 19:38:28 +01:00
parent ecd522d2f6
commit 7d9fb5e82f
2 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit 3834c050bdbddcdfbe810d25ea2e4c3af50b7f5e
Subproject commit 08619e5deb92d50026ac2917f4257dffcb7d4a68

View File

@ -477,9 +477,6 @@ export default {
axios.get('/get_active_binding_settings').then(res => {
this.isLoading = false
if (res) {
console.log('binding sett', res)
if (res.data && Object.keys(res.data).length > 0) {
// open form
@ -647,7 +644,7 @@ export default {
item.message_type == this.msgTypes.MSG_TYPE_CODE ||
item.message_type == this.msgTypes.MSG_TYPE_JSON_INFOS ||
item.message_type == this.msgTypes.MSG_TYPE_UI
)
)
console.log("this.discussionArr")
console.log(this.discussionArr)
if(next){