|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-30 10:17:25
|
|
|
* @LastEditors: XuTongZhang
|
|
|
- * @LastEditTime: 2020-08-03 10:37:19
|
|
|
+ * @LastEditTime: 2020-08-03 10:38:18
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="indexPage">
|
|
@@ -174,16 +174,16 @@ export default {
|
|
|
this.querydetail(row.id)
|
|
|
},
|
|
|
querydetail (id) {
|
|
|
- this.$api
|
|
|
- .post('', {
|
|
|
- reqdata: {
|
|
|
- id
|
|
|
- }
|
|
|
- })
|
|
|
- .then((res) => {
|
|
|
- let obj = res.object
|
|
|
- this.form = obj
|
|
|
- })
|
|
|
+ // this.$api
|
|
|
+ // .post('', {
|
|
|
+ // reqdata: {
|
|
|
+ // id
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // .then((res) => {
|
|
|
+ // let obj = res.object
|
|
|
+ // this.form = obj
|
|
|
+ // })
|
|
|
},
|
|
|
open () {
|
|
|
this.dialogFormVisible = true
|