fix:基础分析文件上传题bug
This commit is contained in:
@@ -99,7 +99,7 @@ export default defineComponent({
|
||||
附件
|
||||
<i
|
||||
class="iconfont icon-xiazai"
|
||||
style="color: #1C6FFF; cursor: pointer"
|
||||
style="color: #70b936; cursor: pointer"
|
||||
onClick={handleClick}
|
||||
></i>
|
||||
</span>
|
||||
@@ -180,7 +180,7 @@ export default defineComponent({
|
||||
blank_page: pagination.value.current,
|
||||
blank_per_page: 10,
|
||||
};
|
||||
params = convertQueryToString(params);
|
||||
// params = convertQueryToString(params);
|
||||
console.log('params', params)
|
||||
getDiagramAnalysis(props.sn, params).then((res) => {
|
||||
const data = res.data?.[0] ?? {};
|
||||
|
||||
Reference in New Issue
Block a user