Commit 8fed0612 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent c8836ebe
......@@ -110,6 +110,7 @@ export default {
let temp = 1;
if (this.value) {
// 首先将值转为数组
console.log(this.value)
const list = Array.isArray(this.value) ? this.value : [this.value];
// 然后将数组转为对象数组
return list.map((item) => {
......
......@@ -62,7 +62,6 @@
methods: {
/** 编辑 */
edit(row) {
this.$refs.fileUpload.refresh([])
this.reset()
this.query = { id: row.id };
this.urls.currUrl ="product/version/edit";
......
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