diff --git a/front/public/index.html b/front/public/index.html
index a9535a2a..951e4eeb 100644
--- a/front/public/index.html
+++ b/front/public/index.html
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-03-29 16:45:25
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-07-13 14:47:47
+ * @LastEditTime: 2022-07-13 18:06:50
* @Description: 告诉大家这是什么
-->
diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
index 06f1be99..518634ed 100644
--- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
+++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-17 14:11:08
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-07-01 20:34:36
+ * @LastEditTime: 2022-07-13 18:14:42
* @Description: 上架
-->
@@ -461,6 +461,7 @@
})
}
const ApplicationArea = (item, itemson) => {
+ console.log('点击=========》', item, itemson)
// console.log(item, itemson)
if (item.note2.indexOf(itemson.dictLabel) === -1) {
item.note2.push(itemson.dictLabel)
@@ -568,7 +569,7 @@
delFlag: 0,
})
} else {
- if (val.name !== '应用领域') {
+ if (val.name !== '应用领域' && val.name !== '发布端') {
mybus.emit('chageDataFrom', {
attrType: val.name,
attrValue: val.note1,
diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue
index f44f78aa..36221256 100644
--- a/front/src/views/home/apply.vue
+++ b/front/src/views/home/apply.vue
@@ -423,7 +423,7 @@
item.note1 = JSON.parse(item.note1)
item.note1.map((sxt) => {
obj.system.push({
- resourceId: sxt.idtCameraChannel,
+ resourceId: sxt.idtCameraChannel + '',
resourceName: sxt.channelName,
cameraId: sxt.channelId,
})