Commit 08eb5e54 by 叶富雄

足迹模块

parent c0460b8b
......@@ -785,7 +785,7 @@
>
<img :src="scope.row[columnTitle.prop]" alt="" />
</div>
<div v-else-if="columnTitle.prop == 'ryzpDzwjnr'">
<div v-else-if="columnTitle.prop == 'ryzpDzwjnr' || columnTitle.prop == 'zjsj'">
<img
:src="'data:image/jpeg;base64,' + scope.row[columnTitle.prop]"
alt=""
......@@ -2098,8 +2098,6 @@ export default {
return arr;
},
toQueryRequest(form, cxUrl) {
debugger
/*post方法*/
return Http({
url: url.BaseURL + cxUrl,
data: JSON.parse(form),
......@@ -2134,7 +2132,6 @@ export default {
} else {
currentUrl = `${url.alyIP}${this.cxUrl}`;
}
debugger
return Http({
url: currentUrl,
data: qs.stringify(form),
......@@ -2171,7 +2168,6 @@ debugger
this.$emit("sprops", scope);
},
doQuery(flag) {
debugger
this.showLoading();
var jsonStr = [];
let self = this,
......@@ -2242,7 +2238,6 @@ debugger
form.append("zylx", "asxzgzryj");
}
form.append("jsonStr", JSON.stringify(jsonStr));
debugger
postform(`${url.alyIP2}${this.cxUrl}`, form).then((response) => {
if (response.success === true) {
self.tableData = response.data.rows;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment