|
|
@@ -40,7 +40,7 @@
|
|
|
<image class="wh-25" src="/page_subpack/static/img/task-details/close.png" mode="" @click="endAdd(true)">
|
|
|
</image>
|
|
|
</view>
|
|
|
- <add-file @newMsg="endAdd"></add-file>
|
|
|
+<!-- <add-file @newMsg="endAdd"></add-file>-->
|
|
|
</view>
|
|
|
|
|
|
</uni-popup>
|
|
|
@@ -48,13 +48,12 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import CreditItem from "./components/credit-item.vue";
|
|
|
-import {getTransferList} from "@/api/transfer";
|
|
|
import tools from "@/service/tools";
|
|
|
-import AddFile from "@/page_subpack/transition/components/add-file.vue";
|
|
|
+// import AddFile from "@/page_subpack/transition/components/add-file.vue";
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
|
- AddFile,
|
|
|
+ // AddFile,
|
|
|
CreditItem,
|
|
|
},
|
|
|
data() {
|