|
@@ -153,6 +153,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
plazaId: 1000423, // 广场id
|
|
|
+ // assetnum: null, // 设备台账编码
|
|
|
systemList: [], // 系统列表
|
|
|
systemId: "", // 系统名称
|
|
|
legends: [
|
|
@@ -519,6 +520,7 @@ export default {
|
|
|
file_type_id: id,
|
|
|
// file_type_id: 9886,
|
|
|
type: type,
|
|
|
+ // assetnum: this.assetnum,
|
|
|
};
|
|
|
queryDetailData("/data/base/queryFileDetails", param).then(res => {
|
|
|
console.log("photo", res);
|
|
@@ -671,9 +673,9 @@ export default {
|
|
|
padding-right: 8px;
|
|
|
// width: 58px;
|
|
|
height: 24px;
|
|
|
- background: rgba(91, 143, 249, 0.2);
|
|
|
+ // background: rgba(91, 143, 249, 0.2);
|
|
|
border-radius: 2px;
|
|
|
- color: #5b8ff9;
|
|
|
+ // color: #5b8ff9;
|
|
|
line-height: 24px;
|
|
|
text-align: center;
|
|
|
}
|