操作视频,增删改查,接口联调
This commit is contained in:
@ -139,7 +139,8 @@
|
||||
// 获取图片列表
|
||||
callOtherApi() {
|
||||
let data = {
|
||||
deviceId: this.deviceID
|
||||
deviceId: this.deviceID,
|
||||
fileType: '1' //文件类型(1:操作说明,2:产品参数)
|
||||
}
|
||||
fileInfo(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
Reference in New Issue
Block a user