修改bug
This commit is contained in:
parent
442eb46108
commit
1d7364e01e
|
@ -1516,7 +1516,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: center; margin-top: 10px">
|
||||
<!-- <div style="text-align: center; margin-top: 10px">
|
||||
<el-pagination
|
||||
@size-change="addNeedsHandlechangesize"
|
||||
@current-change="addNeedsCurrentPage"
|
||||
|
@ -1527,7 +1527,8 @@
|
|||
:total="tableData4.totalCount"
|
||||
>
|
||||
</el-pagination>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</el-dialog>
|
||||
|
||||
<!-- 加钟项目 -->
|
||||
|
@ -2170,8 +2171,8 @@ export default {
|
|||
method: "get",
|
||||
params: this.$http.adornParams({
|
||||
artificerId: this.addNeedArtificerId,
|
||||
page: this.currentPage,
|
||||
limit: this.pageSize,
|
||||
page: 1,
|
||||
limit: 100,
|
||||
status: this.addNeedsClassifyId,
|
||||
}),
|
||||
}).then(({ data }) => {
|
||||
|
|
|
@ -737,7 +737,7 @@
|
|||
xhr = new XMLHttpRequest();
|
||||
xhr.withCredentials = false;
|
||||
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换
|
||||
xhr.open('POST', "http://192.168.2.222/sqx_fast/alioss/upload");
|
||||
xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
|
||||
xhr.onload = function() {
|
||||
var json;
|
||||
|
||||
|
|
Loading…
Reference in New Issue