|
@@ -577,6 +577,7 @@ export default {
|
|
|
//开工合同
|
|
|
handleSucc(response, file, fileList){
|
|
|
console.log(file.response.url)
|
|
|
+ this.onstruction = []
|
|
|
this.onstruction.push(file.response.url)
|
|
|
this.queryParamstwr.constructionPhoto = this.onstruction.join(',')
|
|
|
|
|
@@ -852,6 +853,7 @@ export default {
|
|
|
/** 新增按钮操作 */
|
|
|
handleAdd(index) {
|
|
|
this.numhu = index
|
|
|
+ this.fileListtherrt = []
|
|
|
this.reset();
|
|
|
if(this.numhu==0){
|
|
|
this.open = true;
|
|
@@ -1063,6 +1065,7 @@ export default {
|
|
|
},
|
|
|
quipment(index){
|
|
|
this.resettwo();
|
|
|
+ this.fileListtherrt = []
|
|
|
this.numhu = index
|
|
|
this.opentwo = true;
|
|
|
this.titletwo = "添加参数";
|
|
@@ -1091,7 +1094,7 @@ export default {
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
|
|
.roiyy{
|
|
|
position: fixed;
|
|
|
- top:130px;
|
|
|
+ top:95px;
|
|
|
left:0;
|
|
|
width: 100%;
|
|
|
padding-left: 230px;
|