修改bug

This commit is contained in:
yangjun 2024-07-02 15:23:13 +08:00
parent 442eb46108
commit 1d7364e01e
2 changed files with 6 additions and 5 deletions

View File

@ -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 }) => {

View File

@ -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;